All Questions
1 question
5votes
1answer
818views
Reading string from a text file and returning the number of occurrences of each substring of length k
This program takes a simple nucleotide sequence and finds the most common "k-mers" in the sequence, as determined by the supplied dataset (see below). The goal of the program is to find the origin of ...